-
1 функция потока
1) Engineering: flux function2) Information technology: thread function3) Astronautics: stream function4) Coolers: flow fugacity -
2 линия тока
1) Naval: flow line, line of current, stream line2) Engineering: current flow line, current line (передачи), current thread, current-flow line (передачи), streamline, thread of current4) Construction: line of flow5) Hydrography: thread6) Electronics: current path7) Oilfield: flow path (флюида в пласте)8) Missiles: stream tube9) Automation: line of fluid flow (жидкости)10) Makarov: fluid path, line of equal stream function, line of flow (векторного поля), line of flux, path line (воды), stream line (воды), streamline (воды), streamline of motion12) Electrical engineering: (передачи) current line -
3 функция плавности
Information technology: easing function (http://social.msdn.microsoft.com/Forums/ru-RU/fordesktopru/thread/010b6c3e-06d9-4ad4-b356-558e73e973cf/)
См. также в других словарях:
Thread-local storage — (TLS) is a computer programming method that uses static or global memory local to a thread.This is sometimes needed because all threads in a process share the same address space.In other words, data in a static or global variable is normally… … Wikipedia
Thread safety — is a computer programming concept applicable in the context of multi threaded programs. A piece of code is thread safe if it functions correctly during simultaneous execution by multiple threads. In particular, it must satisfy the need for… … Wikipedia
Thread seal tape — mdash; commonly known as Teflon tape , PTFE tape or plumber s tape mdash; is a polytetrafluoroethylene (PTFE) film cut to specified widths for use in sealing pipe threads. The tape is wrapped around the exposed threads of a pipe before it is… … Wikipedia
Ackermann function — In recursion theory, the Ackermann function or Ackermann Péter function is a simple example of a general recursive function that is not primitive recursive. General recursive functions are also known as computable functions. The set of primitive… … Wikipedia
Main function (programming) — In some programming languages, the main function is where a program starts execution. It is generally the first user written function run when a program starts (some system specific software generally runs before the main function), though some… … Wikipedia
Native POSIX Thread Library — The Native POSIX Thread Library (NPTL) is a software feature that enables the Linux kernel to run programs written to use POSIX Threads efficiently. Contents 1 History 2 Design 3 See also 4 References … Wikipedia
C++11 — C++11, also formerly known as C++0x,[1] is the name of the most recent iteration of the C++ programming language, replacing C++TR1, approved by the ISO as of 12 August 2011.[2] The name is derived from the tradition of naming language versions by … Wikipedia
C++0x — is the planned new standard for the C++ programming language. It is intended to replace the existing C++ standard, ISO/IEC 14882, which was published in 1998 and updated in 2003. These predecessors are informally known as C++98 and C++03. The new … Wikipedia
Common Lisp — Paradigm(s) Multi paradigm: procedural, functional, object oriented, meta, reflective, generic Appeared in 1984, 1994 for ANSI Common Lisp Developer ANSI X3J13 committee Typing discipline … Wikipedia
mechanoreception — See mechanoreceptor. * * * Ability to detect and respond to mechanical stimuli in one s environment. A slight deformation of a mechanoreceptive neuron causes an electric charge at its surface, activating a response. Mechanoreceptors in pain spots … Universalium
Continuation-passing style — In functional programming, continuation passing style (CPS) is a style of programming in which control is passed explicitly in the form of a continuation. Gerald Jay Sussman and Guy L. Steele, Jr. coined the phrase in AI Memo 349 (1975), which… … Wikipedia